home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / tools / keybexpr / setup.exe / KEYEXP.EXE / 0 / RCDATA / TCAPTUREKEYS / TCAPTUREKEYS.txt
Encoding:
Text File  |  1996-06-03  |  1.4 KB  |  77 lines

  1. object CaptureKeys: TCaptureKeys
  2.   Left = 274
  3.   Top = 281
  4.   BorderStyle = bsDialog
  5.   Caption = 'Capture Keystrokes'
  6.   ClientHeight = 142
  7.   ClientWidth = 517
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   TextHeight = 19
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 56
  20.     Width = 93
  21.     Height = 21
  22.     Alignment = taRightJustify
  23.     AutoSize = False
  24.     Caption = 'Nickname'
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 8
  28.     Top = 4
  29.     Width = 501
  30.     Height = 41
  31.     Caption = 'Panel1'
  32.     Color = clOlive
  33.     TabOrder = 0
  34.     object HotKeyLabel: TLabel
  35.       Left = 16
  36.       Top = 8
  37.       Width = 473
  38.       Height = 29
  39.       Alignment = taCenter
  40.       AutoSize = False
  41.       Font.Color = clBlack
  42.       Font.Height = -20
  43.       Font.Name = 'Arial'
  44.       Font.Style = []
  45.       ParentFont = False
  46.     end
  47.   end
  48.   object NickName: TEdit
  49.     Left = 132
  50.     Top = 52
  51.     Width = 289
  52.     Height = 27
  53.     MaxLength = 40
  54.     TabOrder = 1
  55.     Text = 'NickName'
  56.   end
  57.   object StartButton: TButton
  58.     Left = 48
  59.     Top = 96
  60.     Width = 177
  61.     Height = 33
  62.     Caption = '&Start Capture'
  63.     Default = True
  64.     TabOrder = 2
  65.     OnClick = StartButtonClick
  66.   end
  67.   object CancelButton: TButton
  68.     Left = 272
  69.     Top = 96
  70.     Width = 177
  71.     Height = 33
  72.     Caption = '&Cancel'
  73.     TabOrder = 3
  74.     OnClick = CancelButtonClick
  75.   end
  76. end
  77.